home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #8 / CD 8 (Black) - 2001.iso / Tools / AutoRunMan / Setup.exe / {app} / rudenko.css < prev   
Encoding:
Cascading Style Sheet File  |  2000-02-17  |  1.2 KB  |  67 lines

  1.   BODY { 
  2.          font-family : Arial;
  3.          font-size : 12pt;
  4.          font-weight: 500;
  5.          color : black;
  6.          margin-left : 42pt;
  7.          margin-right : 46pt;
  8.          margin-top : 22pt;
  9.  
  10. }
  11.  
  12. P {
  13.          font-weight : 550;
  14.          text-indent : 2em;
  15.          text-align : justify
  16. }
  17.  
  18.   A:link { 
  19.          font-style : italic;
  20.          color : #4C4C99;
  21.          font-weight: bold
  22. }
  23.  
  24.   A:visited { 
  25.          font-style : italic;
  26.          color : #4C4C4C;
  27.          font-weight: bold
  28. }
  29.  
  30.  
  31.   A:Hover { 
  32.          font-style : bold;
  33.          color : #00CC33;
  34.          font-weight: bold 
  35. }
  36.  
  37.  
  38.   H1 { 
  39.          font-family : "Times New Roman";
  40.          font-size : 19pt;
  41.          color : #4C4C4C;
  42.          text-align : center
  43. }
  44.   I { 
  45.          font-weight : bold;
  46.          color : maroon
  47. }
  48.   B { 
  49.          font-weight : bold;
  50.          color : maroon
  51. }
  52.  
  53.   strong { 
  54.          font-weight : bold;
  55.          color : maroon
  56. }
  57.  
  58.   LI { 
  59.          font-weight : bold;
  60.          color : #000099;
  61.          margin-left : 24pt
  62. }
  63.   cite { 
  64.          font-family : "Courier New";
  65.          font-size : 13pt;
  66.          color : #EE6500
  67. }